home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1256.dms
/
var1256.adf
/
MyCLI
/
makecli.cli
< prev
next >
Wrap
Text File
|
1988-03-04
|
481b
|
24 lines
;
;script file to build MYCLI under MANX C
;
; copy c.lib to ram: if not there
;
; compile with -s option to supress pointer warning messages
; -a option so we can assemble with other options
;
cc -aso ram:mycli.asm mycli
;
; assemble with -s option to make squeeze table bigger
; program will crash if this isn't done
;
as -s1900 -o mycli.o ram:mycli.asm
;
; kill ram: file
;
delete ram:mycli.asm
;
; link normally
;
ln -o mycli mycli.o -lc